home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / gfback11.zip / GFATHER.DOC < prev    next >
Text File  |  1992-11-05  |  3KB  |  72 lines

  1.  
  2.                                G F A T H E R  
  3.  
  4.                                     by
  5.                               John Greenwood
  6.               Version 1.1                        Compiled 03/11/92
  7.  
  8.                   A Public Domain Utility for Wildcat! SysOps
  9.                         from The Development System BBS
  10.                                 (071) 388 4764
  11.  
  12. WHAT IT DOES:
  13. =============
  14. GFATHER allows you to quickley and easily backup data using Grandfather
  15. techniques. You then will have a maximum of 10 archives which will span
  16. around one month (if GFATHER is run once a day). This is safer than
  17. creating a backup each day as you have a range of archives to recover
  18. from. It also takes up less space than creating an backup with each day
  19. number.
  20.  
  21. SETTING UP:
  22. ===========
  23. Just copy the EXE file to somewhere in you path!
  24.  
  25. RUNNING THE PROGRAM:
  26. ====================
  27. GFATHER will create its data file in the current directory, so you can
  28. use it for multiple activities just be running it from another directory.
  29.  
  30. GFATHER basically has two commands. The main function is to pass it a DOS
  31. command with a '@' in the position you want the variable to be inserted.
  32. Eg: in my daily batch file on the BBS :-
  33.  
  34.     CD \WC30\DATA
  35.     GFATHER PKZIP BACKUP-@ *.DAT
  36.     COPY *.ZIP \WC30\BACKUPS
  37.     DEL BACKUP-?.ZIP
  38.  
  39.     This will backup all of the Wildcat datafiles to a ZIP file
  40. named BACKUP-1, BACKUP-2, BACKUP-3 Etc and copy it to C:\WC30\BACKUPS.
  41. There will only ever be 10 archives created spanning a whole month.
  42.  
  43. If I need to restore data, I can find the latest archive be entering
  44. the directory containing the relavent GFATHER.DAT and typing:
  45.  
  46.     CD \WC30\DATA
  47.     GFATHER /HISTORY
  48.  
  49.     This will then show me the date/time and age of the last
  50. ten times GFATHER was executed. I then just unzip the named file
  51. to restore the data.
  52.  
  53.  
  54. PROBLEMS, SUGGESTIONS:
  55. ======================
  56. INFORMER is Public Domain.  I don't seek or accept any donations
  57. for this. I welcome suggestions, and will try to help (no guarantees) if
  58. there are problems. You may also leave a message via TheNet or my BBS
  59. number above.
  60.  
  61. To tell the truth, I dont fully understand how the sequence for the number
  62. rotation is decided but it appears to work! The only documentation I have
  63. found on this subject was in an EVEREX Tape Manual.
  64.  
  65. There are a few error messages written in, but nothing amazing!
  66.  
  67. REVISION HISTORY:
  68. =================
  69.  
  70. Version 1.0     Compiled  01/11/92       First General Release.
  71. Version 1.1     Compiled  03/11/92       It now appears to work!
  72.